home *** CD-ROM | disk | FTP | other *** search
/ TopWare Megapack 5 / Windows Shareware Welt.iso / install.inf < prev    next >
INI File  |  1994-09-15  |  4KB  |  112 lines

  1. ;******************************************************************************
  2. ; install.inf - sample setup information file for Pipeline installation program
  3. ;******************************************************************************
  4.  
  5. ;******************************************************************************
  6. ; Application Section - describes stuff about the application
  7. ;    AppName=a description of the product we are installing
  8. ;    DefDir=the default installation drive/directory
  9. ;    SpaceNeeded=the estimated number of kilobytes we require
  10. ;    DefPMGroup=program manager group file name and group title
  11. ;    International=yes/no - if set to yes, "Country" will automatically
  12. ;           default to "Other"
  13. ;    Logo=logo file to be displayed
  14. ;    * temporary
  15. ;     TextRed=128    color values to use in "available space" meters
  16. ;     TextGreen=128
  17. ;     TextBlue=128
  18. ;     BGRed=192
  19. ;     BGGreen=192
  20. ;     BGBlue=0
  21. ;******************************************************************************
  22. [Application]
  23. AppName=Sidekick for Windows
  24. DefDir=C:\SKW
  25. SpaceNeeded=3000
  26. DefPMGroup=sidekick.grp,Sidekick for Windows
  27. International=no
  28.  
  29. ;******************************************************************************
  30. ; Disks Section - describe each diskette in the install set
  31. ;  #=printed label on diskette
  32. ;******************************************************************************
  33. [Disks]
  34. 1=Sidekick Disk #1
  35.  
  36. ;******************************************************************************
  37. ; Dirs Section - describe each directory we'll install into
  38. ;     #=directory name
  39. ;     use . for home directory (user specified)
  40. ;         .\dirname for sub-directories within the home directory
  41. ;******************************************************************************
  42. [Dirs]
  43. 1=.
  44. 2=.\DATA
  45. 3=.\SAMPLES
  46.  
  47. ;******************************************************************************
  48. ; Files Section - describe each file to be installed
  49. ;     Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
  50. ;     For now, files should be entered in diskette# order (might sort later).
  51. ;******************************************************************************
  52. [Files]
  53. Program Files 1,EXE.PAK,   1,1,Y,
  54. Program Files 2,EXE2.PAK,   1,1,Y,
  55. Program Files 3,EXE3.PAK,   1,1,Y,
  56. DLLS 1,DLL.PAK,   1,1,Y,
  57. DLLS 2,DLL2.PAK,   1,1,Y,
  58. Tour Files,TOUR.PAK,   1,1,Y,
  59. Help Files,HELP.PAK,   1,1,Y,
  60. Readme File,README.TXT,1,1,N,
  61. Update File,UPDATE.TXT,1,1,N,
  62. Printing Files,PRINTING.PAK,2,1,Y,
  63. Button Files,BUTTONS.PAK,2,1,Y,
  64. Text Files,TEXT.PAK,2,1,Y,
  65. Note Files,NOTES.PAK,2,1,Y,
  66. Sample Files,SAMPLES.PAK,3,1,Y,
  67. Report Files,REPORT.PAK,3,1,Y,
  68. Registration Files 1,REG.PAK,1,1,Y,
  69. Registration Files 2,REG2.PAK,1,1,Y,
  70. Registration Files 3,REG3.PAK,1,1,Y,
  71.  
  72. ;******************************************************************************
  73. ; PM Info Section - describe each item to be installed into the PM group
  74. ;     CommandLine,Description[,IconFile,Icon#]
  75. ;******************************************************************************
  76. [PM Info]
  77. $(home)\SIDEKICK.EXE,Sidekick
  78. $(home)\QUIKMENU.EXE,Quick Menu
  79. $(home)\IMPORT.EXE,Import Cardfile
  80. $(home)\EXPORT.EXE,Export Cardfile
  81. $(home)\QKTOUR.EXE,Quick Tour
  82. $(home)\README.TXT,Sidekick Readme File
  83. $(home)\REGISTER.EXE,Automatic Registration
  84. $(home)\SKORDER.EXE,Unlock Sidekick
  85.  
  86. ;******************************************************************************
  87. ; Ini Section - describe each item to be created in the products INI file
  88. ;     Section,Item,Value
  89. ;
  90. ;     Macros:
  91. ;        $(home) = base install directory
  92. ;        $(username)
  93. ;        $(company)
  94. ;        $(initials)
  95. ;******************************************************************************
  96.  
  97. [Ini]
  98. ;INI should be in Windows directory
  99. Name=sidekick.ini
  100. 1=SIDEKICK,DATA,$(home)\DATA
  101. 2=Calendar\Task,DefUserName,$(home)\DATA\$(initials)
  102. 3=UserName,User,$(UserName)
  103. 4=UserName,Company,$(company)
  104. 5=Cardfile,default_cardfile,$(home)\DATA\address.sdb
  105. 6=Preference,ButtonBar,4
  106. 7=Preference,IconBar,40
  107.  
  108. ;******************************************************************************
  109. ; End Section - nothing here, just indicates end of information
  110. ;******************************************************************************
  111. [End]
  112.